Excel multi-sheet with StartNewPage and Condition

We have a datasource with column (Column1) which can have N distict values, where N is unknown and can be any number.
In frx template we use GroupHeaderBand with Condition = Datasourse.Column1 and StartNewPage = true. When data is exported to PDF each group of values from Column1 is located at separate page. This works like expected.
When we use the same template to export to Excel 2007 file format, resulting workbook contains only one worksheet where groups come one after another.
But we expect that each group will reside on separate worksheet, resulting in N worksheets in one workbook. Is it possible?

Comments

  • edited May 2018
    it is possible, looks like you're asking the same question.
    http://www.fast-report.com/en/forum/?p=/discussion/14767

    Rules:
    - one report page = one sheet in a workbook
    - one report page contains many printed paper sheet
    - 'StartNewPage' property is only shifting to next printed paper sheet

    the answer: do it programatically by cloning a report page to N report pages and export it to excel directly (not from report toolbar)

    there is no easy way to achieve an advanced report >

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.